Merge changes made in Gnus trunk:
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 9 Sep 2010 00:10:08 +0000 (00:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 9 Sep 2010 00:10:08 +0000 (00:10 +0000)
gnus-html.el (gnus-html-schedule-image-fetching): Decode entities before feeding URLs to curl.
gnus-async.el (gnus-async-article-callback): Call `gnus-html-prefetch-images' unconditionally.

gnus-html.el: Allow showing the ALT text of images and to browse the images themselves.

gnus-html (gnus-html-wash-tags): Search for images first, so that <a><img> works better; (gnus-html-displayed-image-map): Bind RET and TAB on images for better UX.


Trivial merge